summaryrefslogtreecommitdiffstats
path: root/tests/CompositeChat/ClientHandle.cpp
blob: e66b2237ed33db86e85a31512b7b2870aa6f8e11 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

// ClientHandle.cpp

// Mocks the cClientHandle class used by the tests

#include "Globals.h"
#include "ClientHandle.h"





AString cClientHandle::FormatMessageType(bool a_ShouldShowPrefixes, eMessageType a_MsgType, const AString & a_AdditionalData)
{
	return "<FormatMessageType mocked>";
}